projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa0ed5
)
make git-remote-annex link available to test suite
author
Joey Hess
<joeyh@joeyh.name>
Fri, 10 Jan 2025 15:01:43 +0000
(11:01 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 10 Jan 2025 15:01:43 +0000
(11:01 -0400)
.appveyor.yml
patch
|
blob
|
history
diff --git
a/.appveyor.yml
b/.appveyor.yml
index e6ac3d2e215e369154e5847fe332127171017045..428159e0ff8130211df35e5631d1199272a7110d 100644
(file)
--- a/
.appveyor.yml
+++ b/
.appveyor.yml
@@
-121,6
+121,7
@@
test_script:
- cmd: C:\Users\appveyor\AppData\Roaming\local\bin\git-annex.exe test
- sh: ln -s $(stack path --local-bin)/git-annex git-annex
- sh: ln -s $(stack path --local-bin)/git-annex git-annex-shell
+ - sh: ln -s $(stack path --local-bin)/git-annex git-remote-annex
- sh: PATH=`pwd`:$PATH; export PATH; git-annex test
#after_test: